Execution Context (1/5)
What is the Execution Context?
    • When the JavaScript engine scans a script file, it makes an environment called the Execution Context that handles the entire transformation and execution of the code.
    • During the context runtime, the parser parses the source code and allocates memory for the variables and functions. The source code is generated and executed.